Merge changes made in Gnus trunk.
authorTeodor Zlatanov <tzz@lifelogs.com>
Mon, 17 Oct 2011 22:51:37 +0000 (22:51 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 17 Oct 2011 22:51:37 +0000 (22:51 +0000)
commit0450f8fbea65178d2d262c22d4531fe30298c344
tree8638dfd95e6a915e5506ddfd9e4929d4835db2c4
parent17441e9f3e9a52e2b52ec0e31cc1e4ed8d010234
Merge changes made in Gnus trunk.

From Dave Abrahams <dave@boostpro.com>.
gnus-registry.el (gnus-registry-enabled): Add new variable.
 (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask only while we need to find out if it should be t or nil.
 (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
 (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when the registry is installed.  Set it to nil when it's unloaded.
 (gnus-registry-install-p): Provide user guidance for the initial value of `gnus-registry-install' when it's 'ask, otherwise return its value.
nnregistry.el (nnregistry-open-server, nnregistry-server-opened): Use `gnus-registry-enabled' instead of `gnus-registry-install'.
nnmairix.el (nnmairix-determine-original-group-from-registry): Use `gnus-registry-enabled' instead of `gnus-registry-install'.
nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of `gnus-registry-install'.
lisp/gnus/ChangeLog
lisp/gnus/gnus-registry.el
lisp/gnus/nnir.el
lisp/gnus/nnmairix.el
lisp/gnus/nnregistry.el